home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / AUTOFORM.DFM / AUTOFORM.txt
Encoding:
Text File  |  1996-08-12  |  1.3 KB  |  71 lines

  1. object MainForm: TMainForm
  2.   Left = 425
  3.   Top = 109
  4.   BorderStyle = bsSingle
  5.   Caption = 'Automation Demo'
  6.   ClientHeight = 202
  7.   ClientWidth = 193
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CreateButton: TButton
  17.     Left = 8
  18.     Top = 8
  19.     Width = 177
  20.     Height = 25
  21.     Caption = 'Create Memos'
  22.     TabOrder = 0
  23.     OnClick = CreateButtonClick
  24.   end
  25.   object AddTextButton: TButton
  26.     Left = 8
  27.     Top = 40
  28.     Width = 177
  29.     Height = 25
  30.     Caption = 'Add Text to Memos'
  31.     TabOrder = 1
  32.     OnClick = AddTextButtonClick
  33.   end
  34.   object TileButton: TButton
  35.     Left = 8
  36.     Top = 72
  37.     Width = 177
  38.     Height = 25
  39.     Caption = 'Tile Memos'
  40.     TabOrder = 2
  41.     OnClick = TileButtonClick
  42.   end
  43.   object CascadeButton: TButton
  44.     Left = 8
  45.     Top = 104
  46.     Width = 177
  47.     Height = 25
  48.     Caption = 'Cascade Memos'
  49.     TabOrder = 3
  50.     OnClick = CascadeButtonClick
  51.   end
  52.   object CloseButton: TButton
  53.     Left = 8
  54.     Top = 136
  55.     Width = 177
  56.     Height = 25
  57.     Caption = 'Close Memos'
  58.     TabOrder = 4
  59.     OnClick = CloseButtonClick
  60.   end
  61.   object ExitButton: TButton
  62.     Left = 8
  63.     Top = 168
  64.     Width = 177
  65.     Height = 25
  66.     Caption = 'Exit'
  67.     TabOrder = 5
  68.     OnClick = ExitButtonClick
  69.   end
  70. end
  71.